home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / prodor31.arc / PROLIB.BAT < prev    next >
DOS Batch File  |  1989-10-08  |  320b  |  9 lines

  1. echo off
  2. rem. process library disk request - for ProDoor 3.1
  3. rem.   %1-logfile  %2-subdir on cd-rom  %3-disk on cd-rom  %4-scratchdir
  4. rem. note: change 'TOOLS' to your 'SCRATCH FILE PREFIX' setting.
  5. rem.
  6. chkpath pkzip %0 >>%1
  7. pkZIP %4\TOOLS%3 %2\*.* >>%1
  8. echo. >>%1 Disk %3 is now stored in TOOLS%3.ARC for you!
  9.